﻿@Small_Terraform_Project_Cost = 1000
@Mediumall_Terraform_Project_Cost = 1200

building_second_new_york = {
	# Floating City built in New Jersey

	building_group = bg_for_profit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/second_new_york.jpg"
	city_type = port
	expandable = no
	downsizeable = no
	unique = yes
	
	ai_value = 1200	
	
	production_method_groups = {
		## pmg_base_second_new_york
		## Same Stuff, perhaps change a bit
		## Also change to NY perhaps??

		pmg_base_floating_city
	}

	unlocking_technologies = { 
		ocean_based_mega_structures
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				state_region = s:STATE_NEW_JERSEY
			}
		}
	}
}

building_second_amsterdam = {

	building_group = bg_for_profit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/second_amsterdam.jpg"
	city_type = port
	expandable = no
	downsizeable = no
	unique = yes

	

	ai_value = 1200	
	
	production_method_groups = {
		## pmg_base_second_new_york
		## Same Stuff, perhaps change a bit
		## Also change to NY perhaps??

		pmg_base_floating_city
	}

	unlocking_technologies = { 
		ocean_based_mega_structures
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				state_region = s:STATE_HOLLAND
			}
		}
	}
}


building_second_beijing = {

	building_group = bg_for_profit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/second_beijing.jpg"
	city_type = port
	expandable = no
	downsizeable = no
	unique = yes

	

	ai_value = 1200	
	
	production_method_groups = {
		## pmg_base_second_new_york
		## Same Stuff, perhaps change a bit
		## Also change to NY perhaps??

		pmg_base_floating_city
	}

	unlocking_technologies = { 
		ocean_based_mega_structures
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				state_region = s:STATE_BEIJING
			}
		}
	}
}


building_generic_floating_city = {
	# Floating City built in home counties

	building_group = bg_for_profit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/generic_floating_city.jpg"
	city_type = port
	expandable = no
	downsizeable = no
	unique = yes

	

	ai_value = 1200	
	
	production_method_groups = {
		## pmg_base_second_new_york
		## Same Stuff, perhaps change a bit
		## Also change to NY perhaps??

		pmg_base_floating_city
	}

	unlocking_technologies = { 
		ocean_based_mega_structures
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				OR = {
					state_region = s:STATE_HOME_COUNTIES
					state_region = s:STATE_MALAYA
					state_region = s:STATE_KANTO
					state_region = s:STATE_SOUTH_BENGAL
				}
			}
		}
	}
}